home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / others / cvw305.zip / README.DOC < prev    next >
Text File  |  1991-05-16  |  8KB  |  209 lines

  1.  
  2.                              README.DOC File
  3.  
  4.    README File for Microsoft(R) CodeView for Windows, version 3.05.
  5.  
  6.                 (C) Copyright Microsoft Corporation, 1991
  7.  
  8.  
  9. PLEASE READ ALL INFORMATION IN THIS FILE BEFORE INSTALLING ANY OF THE
  10. SOFTWARE ON YOUR MACHINE.  
  11.  
  12. =======================================================================
  13.  
  14. Why use this new  version of CodeView?
  15.  
  16. As a leading developer of tools we are committed to sending you the
  17. latest information and technology as it becomes  available.  
  18.  
  19. This version of CodeView for Windows supports single-monitor debugging
  20. on VGA  systems. 
  21.  
  22. ========================================================================
  23. LICENSE  AGREEMENT:
  24.  
  25. BY ACCESSING THE SOFTWARE YOU ARE AGREEING TO BE BOUND BY THE TERMS 
  26. OF THIS AGREEMENT.
  27.  
  28. MICROSOFT SOFTWARE LICENSE
  29.  
  30.  
  31. 1.      GRANT OF LICENSE.  Microsoft grants to you the right 
  32. to use one copy of the enclosed Microsoft software program 
  33. ("Software") on a single terminal connected to a single 
  34. computer (i.e. with a single CPU).  You may not network the 
  35. Software or otherwise use it on more than one computer or 
  36. computer terminal at the same time.
  37.  
  38. 2.      COPYRIGHT.  The Software is owned by Microsoft or its 
  39. suppliers and is protected by United States copyright laws 
  40. and international treaty provisions.  Therefore, you must 
  41. treat the Software like any other copyrighted material 
  42. (e.g., a book or musical recording) except that you may 
  43. either (a) make one copy of the Software solely for backup 
  44. or archival purposes, or (b) transfer the Software to a 
  45. single hard disk provided you keep the original solely for 
  46. backup or archival purposes.   You may not copy the written 
  47. materials accompanying the Software.
  48.  
  49. 3.      OTHER RESTRICTIONS.  This Microsoft License Agreement 
  50. is your proof of license to exercise the rights granted 
  51. herein and must be retained by you.  You may not rent or 
  52. lease the Software.  You may not reverse engineer, decompile 
  53. or disassemble the Software.
  54.  
  55. NO WARRANTY.  ANY USE BY YOU OF THE SOFTWARE IS AT YOUR OWN 
  56. RISK. THE SOFTWARE IS PROVIDED FOR USE "AS IS" WITHOUT 
  57. WARRANTY OF ANY KIND.  MICROSOFT AND ITS SUPPLIERS DISCLAIM 
  58. ALL WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED, 
  59. INCLUDING, WITHOUT LIMITATION, IMPLIED WARRANTIES OF 
  60. MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  61.  
  62. NO LIABILITY FOR CONSEQUENTIAL DAMAGES.  In no event shall 
  63. Microsoft or its suppliers be liable for any damages 
  64. whatsoever (including, without limitation, damages for loss 
  65. of business profits, business interruption, loss of business 
  66. information, or other pecuniary loss) arising out of the use 
  67. or inability to use this Microsoft product, even if 
  68. Microsoft has been advised of the possibility of such 
  69. damages.  Because some states do not allow the exclusion or 
  70. limitation of liability for consequential or incidental 
  71. damages, the above limitation may not apply to you.
  72.  
  73. U.S. GOVERNMENT RESTRICTED RIGHTS
  74.  
  75. The Software and documentation are provided with RESTRICTED 
  76. RIGHTS.  Use, duplication, or disclosure by the Government 
  77. is subject to restrictions as set forth in subparagraph 
  78. (c)(1)(ii) of The Rights in Technical Data and Computer 
  79. Software clause at DFARS 252.227-7013 or subparagraphs 
  80. (c)(1) and (2) of the Commercial Computer Software - 
  81. Restricted Rights at 48 CFR 52.227-19, as applicable.  
  82. Manufacturer is Microsoft Corporation/One Microsoft 
  83. Way/Redmond, WA  98052-6399.
  84.  
  85. This Agreement is governed by the laws of the State of 
  86. Washington.
  87.  
  88. Should you have any questions concerning this Agreement, or 
  89. if you desire to contact Microsoft for any reason, please 
  90. write: Microsoft Customer Sales and Service/One Microsoft 
  91. Way/Redmond, WA  98052-6399.
  92.  
  93.  
  94. ========================================================================
  95. Files List:
  96.  
  97.     CV.HLP      -- New help file for CodeView for Windows, version 3.05
  98.                   (replaces CVW.HLP from CodeView for Windows, version 3.00
  99.     CVW.EXE     -- Single-monitor capable CodeView for Windows, version 3.05
  100.     README.DOC  -- The file you are reading
  101.     VCV.386     -- driver required when running CVW.EXE on non-VGA
  102.                    systems
  103.  
  104. =======================================================================
  105. INSTALLATION & USAGE:
  106.  
  107. Microsoft CodeView for Windows, version 3.05
  108.  
  109. This section contains information on the Microsoft CodeView for Windows
  110. debugger (CVW), version 3.05, with which you can use a single monitor
  111. for debugging  programs. Single-monitor debugging and other features
  112. new to CVW version 3.05 are described in this readme file. All other
  113. features work as described in chapter 7, "Debugging in Protected Mode:
  114. CodeView for Windows," in the Windows 3.0 Software Development Kit
  115. Tools Manual. 
  116.  
  117. This section has five parts:
  118.  
  119. Part   Note
  120. ----   ----
  121. 1      Requirements 
  122. 2      Starting CVW
  123. 3      The Output Command
  124. 4      The Debugging Display
  125.  
  126. ----------------------< Part 1: Requirements >---------------------------
  127.  
  128. These requirements are the same as for CVW version 3.0:
  129.  
  130.    - At least 384K of extended memory. For applications with many symbols,
  131.      1 megabyte or more of extended memory is required.
  132.  
  133.    - For 80386/486-based systems, the WINDEBUG.386 driver is recommended.
  134.      Place the driver in your Windows SYSTEM directory and add the
  135.      following entry to the [386enh] section of your Windows SYSTEM.INI
  136.      file:
  137.  
  138.      device=windebug.386
  139.  
  140. For single-monitor debugging, you must have one of the following:
  141.  
  142.    - A VGA monitor. CVW directly supports single-monitor debugging with
  143.      a VGA monitor. No additional driver is needed.
  144.  
  145.    - An EGA or other monitor with a 386/486-based system. With a non-VGA
  146.      monitor, you must install the VCV.386 driver. Place the driver in
  147.      your Windows SYSTEM directory and add the following entry to the
  148.      [386enh] section of your Windows SYSTEM.INI file:
  149.  
  150.      device=vcv.386
  151.  
  152. -----------------------< Part 2: Starting CVW >----------------------------
  153.  
  154. The default startup is single-monitor. If you want to debug with two 
  155. monitors, include the /2 option described below.
  156.  
  157.  
  158. VGA Monitor 
  159. -----------
  160.  
  161. If you are using a VGA monitor, start CVW as described in the section 
  162. "Starting a Debugging Session" of chapter 7, "Debugging in Protected
  163.  Mode: CodeView for Windows," in the Microsoft Windows SDK Tools manual. 
  164.  
  165.  
  166. Other Monitors
  167. --------------
  168.  
  169. If you are not using a VGA monitor on a 386/486 system, start CVW 
  170. with /V command-line option.
  171.  
  172. The /V option enables single-monitor debugging with any display. You must
  173. have the VCV.386 driver to use this option. 
  174.  
  175.  
  176. Two Monitors (the /2 option)
  177. ----------------------------
  178.  
  179. If you have installed the VCV.386 driver for single-monitor debugging, but
  180. you want CVW to use a second monitor for debugging, start CVW with the /2
  181. option. 
  182.  
  183. (The /8 is still available and works as described in the section 
  184. "Starting a Debugging Session" of chapter 7, "Debugging in Protected
  185. Mode: CodeView for Windows," in the Microsoft Windows SDK Tools manual.)
  186.  
  187. --------------------< Part 3: The Output Command >-------------------------
  188.  
  189. The Output command on the CVW View menu allows screen exchange with a
  190. single monitor. You can also execute the command by pressing F4. 
  191.  
  192. Press any key to return to the CVW screen.
  193.  
  194. The Output command is not available if you do not use a VGA monitor or if
  195. you start CVW with the /V option. 
  196.  
  197. -----------------< Part 4: The Debugging Display >--------------------------
  198.  
  199. VGA (Without the /V Option)
  200. ---------------------------
  201.  
  202. The display is 50 lines only.
  203.  
  204.  
  205. With /V Option
  206. --------------
  207.  
  208. The display is 25 lines only. 
  209.